Description
Used to specify GPS preferences and script subroutines to call when GPS events occur.
Diagram
Overview
|
GPS
Used to specify GPS preferences and script subroutines to call when GPS events occur.
|
onaveragestart optional xs:string
Specify the script to run when this event occurs.
|
|
onaveragestop optional xs:string
Specify the script to run when this event occurs.
|
|
onclose optional xs:string
Specify the script to run when this event occurs
|
|
onexevent optional xs:string
Specify the script to run when this event occurs.
|
|
onopen optional xs:string
Specify the script to run when this event occurs
|
|
onposition optional xs:string
Specify the script to run when this event occurs.
|
|
onsentence optional xs:string
Specify the script to run when this event occurs.
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
onaveragestart | xs:string | optional | | | Specify the script to run when this event occurs. |
onaveragestop | xs:string | optional | | | Specify the script to run when this event occurs. |
onclose | xs:string | optional | | | Specify the script to run when this event occurs |
onexevent | xs:string | optional | | | Specify the script to run when this event occurs. |
onopen | xs:string | optional | | | Specify the script to run when this event occurs |
onposition | xs:string | optional | | | Specify the script to run when this event occurs. |
onsentence | xs:string | optional | | | Specify the script to run when this event occurs. |
Restrictions
The subroutine called should be located in the file specified in the SCRIPT element.
Source
<xs:element name="GPS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:attribute ref="onaveragestart" />
<xs:attribute ref="onaveragestop" />
<xs:attribute ref="onclose" />
<xs:attribute ref="onexevent" />
<xs:attribute ref="onopen" />
<xs:attribute ref="onposition" />
<xs:attribute ref="onsentence" />
</xs:complexType>
</xs:element>
|
See Also